home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4479 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  854 b 

  1. From: Gordon_B@msn.com (Gordon Thomas)
  2. Subject: RE: C code fragment to find derivative/integral of function
  3. Date: 5 Feb 96 00:41:23 -0800
  4. References: <00001a80+00007357@msn.com>
  5. Message-ID: <00001a80+0000779f@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. Are these functions expressible by formula or are they tabulated 
  11. data, say from some physical study or experiment.  If, as I suspect, 
  12. it the latter then you will have to deal with finding suitable 
  13. approximations (splines, polynomials, rational functions, etc) and 
  14. then aprroximating the integral or derivative.  "Numerical Recipes in 
  15. C" by W. Press et al might have material of value to you.
  16. Gordon
  17. The above is not a very usefull comment, but it really is a very 
  18. messy area and one has to know the functions well to do a good job.
  19.